crypto/tls.Conn.peerSigAlg (field)
7 uses
crypto/tls (current package)
conn.go#L54: peerSigAlg SignatureScheme
conn.go#L1623: state.testingOnlyPeerSignatureAlgorithm = c.peerSigAlg
handshake_client.go#L712: c.peerSigAlg = keyAgreement.signatureAlgorithm
handshake_client_tls13.go#L674: c.peerSigAlg = certVerify.signatureAlgorithm
handshake_server.go#L645: c.peerSigAlg = keyAgreement.signatureAlgorithm
handshake_server.go#L809: c.peerSigAlg = certVerify.signatureAlgorithm
handshake_server_tls13.go#L1103: c.peerSigAlg = certVerify.signatureAlgorithm
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |